<%
Set rs=getRecord("select * from tbBasic where basic_one_id="&dy&" ORDER BY basic_id ASC ")
if not rs.eof then
totalRecordCount = rs.RecordCount
page_str = getPage(rs,totalRecordCount,4,"message.asp",url_Condition,"line5")
for s=1 to 10
IF rs.eof then EXIT FOR
%>